home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Catalogs / PowerCrawler.cd < prev    next >
Text File  |  1998-06-24  |  19KB  |  1,540 lines

  1. #language english
  2. #version 2
  3. ;
  4. ;
  5. ;        **** SOME ERROR MESSAGES ****
  6. ;
  7. ERR_NOSCREEN (//)
  8. Can't open Screen!\n
  9. ;
  10. ERR_NOWINDOW (//)
  11. Can't open window!\n
  12. ;
  13. ERR_NOVINFO (//)
  14. Can't get Visual-Info!\n
  15. ;
  16. ERR_NOGADGETS (//)
  17. Can't create Gadgets!\n
  18. ;
  19. ERR_NOEDITWIN1 (//)
  20. Can't open Map-Window!\n
  21. ;
  22. ERR_NOEDITWIN2 (//)
  23. Can't open Tool-Window!\n
  24. ;
  25. ERR_NOEDITWIN3 (//)
  26. Can't open Special-Window!\n
  27. ;
  28. ERR_NOMEMLBUFFER (//)
  29. There's not enough free memory to\n\
  30. create the Map-Buffer!\n
  31. ;
  32. ERR_NOBRUSHTABLE (//)
  33. Out of memory: Can't create\n\
  34. Brush-Table!\n
  35. ;
  36. ERR_NOACTFONT (//)
  37. Can't open actual Screen-Font?!?\n
  38. ;
  39. ERR_NOGFX (//)
  40. Can't open graphics.library V39!\n
  41. ;
  42. ERR_NOINT (//)
  43. Can't open intuition.library V39!\n
  44. ;
  45. ERR_NOGAD (//)
  46. Can't open gadtools.library V39!\n
  47. ;
  48. ERR_NOASL (//)
  49. Can't open asl.library V39!\n
  50. ;
  51. ERR_NOLAY (//)
  52. Can't open layers.library V39!\n
  53. ;
  54. ERR_NODSK (//)
  55. Can't open diskfont.library!\n
  56. ;
  57. ERR_NOICL (//)
  58. Can't open icon.library V39!\n
  59. ;
  60. ERR_NOWBL (//)
  61. Can't open workbench.library V39!\n
  62. ;
  63. ERR_NODTL (//)
  64. Can't open datatypes.library!\n
  65. ;
  66. ERR_NOIFF (//)
  67. Can't open iff.library!\n
  68. ;
  69. ERR_NOKEYMAP (//)
  70. Can't open keymap.library V37!\n
  71. ;
  72. ERR_CREATEMENUS (//)
  73. CreateMenus-Call returned Error!\n
  74. ;
  75. ERR_LAYOUTMENUS (//)
  76. LayoutMenus-Call returned Error!\n
  77. ;
  78. ERR_SETMENUSTRIP (//)
  79. SetMenuStrip-Call returned Error!\n
  80. ;
  81. ERR_NOTOPAZ8 (//)
  82. Couldn't open Topaz.font 8!\n
  83. ;
  84. ERR_NOMODEREQ (//)
  85. Can't open Screenmode-Requester!\n
  86. ;
  87. ERR_CANTGETFONT (//)
  88. Can't open Font!\n
  89. ;
  90. ERR_NOLV (//)
  91. Can't create List-View\n\
  92. Gadget!\n
  93. ;
  94. ERR_NOMSG (//)
  95. Can't create Message-Port!\n
  96. ;
  97. ERR_NOICON (//)
  98. Can't get Default Icon!\n
  99. ;
  100. ERR_NOAPPICON (//)
  101. Can't create Application-Icon!\n
  102. ;
  103. ERR_NOTMPBMP (//)
  104. Can't create temporary\n\
  105. Bitmap!\n
  106. ;
  107. ERR_NOMINIBMP (//)
  108. Can't create OneBlock-Bitmap!\n
  109. ;
  110. ERR_NOBMP (//)
  111. Can't create Bitmap!\n
  112. ;
  113. ERR_NOPIXELBUFFER (//)
  114. Can't create Pixel-Buffer:\n\
  115. Out of memory!\n
  116. ;
  117. ERR_NOLEVELBUFFER (//)
  118. There's no Map-Buffer in\n\
  119. memory!\n
  120. ;
  121. ERR_NOLAYOUT (//)
  122. The Layout-Call (DTM_ProcLayout)\n\
  123. has returned an error!\n
  124. ;
  125. ERR_NOTALLDATAS (//)
  126. Couldn't get all necessary\n\
  127. data!\n
  128. ;
  129. ERR_IFFNOOPEN (//)
  130. Can't open file!\n
  131. ;
  132. ERR_IFFNOREAD (//)
  133. Can't read file!\n
  134. ;
  135. ERR_UNEXPECTEDEOF (//)
  136. File-Error:\n\
  137. \n\
  138. Unexpected End of File\n
  139. ;
  140. ERR_IFFNOIFF (//)
  141. This is no IFF-ILBM File!\n
  142. ;
  143. ERR_IFFERR (//)
  144. The iff.library has\n\
  145. returned an error!\n
  146. ;
  147. ERR_NOBMHD (//)
  148. Can't find the BMHD-Chunk!\n
  149. ;
  150. ERR_NOCMAP (//)
  151. Can't find the CMAP-Chunk!\n
  152. ;
  153. ERR_CANTDECODE (//)
  154. Can't decode Iff-File!\n
  155. ;
  156. ERR_NOTMYPROJECT (//)
  157. This is no PowerCrawler-\n\
  158. Project File!\n
  159. ;
  160. ERR_NOTMYPREFS (//)
  161. This is no PowerCrawler-\n\
  162. Settings File!\n
  163. ;
  164. ERR_NOTMYLEVEL (//)
  165. This is no PowerCrawler-\n\
  166. Map File!\n
  167. ;
  168. ERR_NOTMYEXTPROGRAM (//)
  169. This File is no PowerCrawler-\n\
  170. External-Routine File.\n
  171. ;
  172. ERR_NOMEMFORUNDO (//)
  173. There's not enough free memory\n\
  174. to create the Undo-Buffer!\n
  175. ;
  176. ERR_NOMEMFORCONVERT (//)
  177. There's not enough memory to create\n\
  178. the Convert-Buffer!\n
  179. ;
  180. ERR_NOMEM (//)
  181. Not enough memory!\n
  182. ;
  183. ERR_NOBACKWIN (//)
  184. Can't create Backdrop-Window!\n
  185. ;
  186. ERR_NOPICMODE (//)
  187. You have to select a Screenmode\n\
  188. for the Blocks-Picture first!\n
  189. ;
  190. ERR_NOIFFILBM (//)
  191. Not a IFF-ILBM-File!\n
  192. ;
  193. ERR_IFFNOTCOMPLETE (//)
  194. The IFF-File is not complete!\n
  195. ;
  196. ERR_IFFUNKNOWNCOMPR (//)
  197. The IFF-File has an unknown\n\
  198. compression!\n
  199. ;
  200. ERR_TOOMANYPLANES (//)
  201. The Picture has more than 256\n\
  202. Colors which is not (yet) sup-\n\
  203. ported by PowerCrawler!\n
  204. ;
  205. ERR_DOSREQ (//)
  206. DOS-Error %d:
  207. ;
  208. ERR_MUSTOPENPIC (//)
  209. You have to load the Blocks-\n\
  210. Picture first!\n
  211. ;
  212. ERR_MUSTOPENPICMASK (//)
  213. Can't load Mask if there's no\n\
  214. Picture!\n\
  215. Load a Blocks-Picture first!!\n
  216. ;
  217. ERR_MUSTGETMODE1 (//)
  218. Select a Screenmode first!\n
  219. ;
  220. ERR_NOMASKMEM (//)
  221. There's actually no\n\
  222. Mask in memory!\n
  223. ;
  224. ERR_NOPIC (//)
  225. There's no Picture in\n\
  226. memory!\n
  227. ;
  228. ERR_FONT2BIG4WB (//)
  229. The Font is too big. There\n\
  230. would not be enough space\n\
  231. for the window!\n
  232. ;
  233. ERR_NOFLIPTABLE (//)
  234. There's no Flip-Table\n\
  235. in memory!\n
  236. ;
  237. ;
  238. ;        **** LOGO WINDOW ****
  239. ;
  240. MSG_LOGO (//)
  241. Registered to:
  242. ;
  243. MSG_LOGOUNREG (//)
  244. < unregistered >
  245. ;
  246. ;
  247. ;        **** NAME FOR APPLICATION ICON ****
  248. ;
  249. MSG_APPNAME (//)
  250. >PowerCrawler<
  251. ;
  252. ;
  253. ;        **** MAIN WINDOW ****
  254. ;
  255. MSG_TITLE (//)
  256. PowerCrawler by Steger Georg
  257. ;
  258. MSG_WBTITLE (//)
  259. PowerCrawler V 1.10 (C) Copyright 1996 by Steger Georg. All rights reserved!
  260. ;
  261. ;
  262. ;        **** ASL WINDOW-TITLES ****
  263. ;
  264. MSG_ASKPRJLOAD (//)
  265. PowerCrawler: Load Project
  266. ;
  267. MSG_ASKPICLOAD (//)
  268. PowerCrawler: Load Picture
  269. ;
  270. MSG_ASKLEVELLOAD (//)
  271. PowerCrawler: Load Map
  272. ;
  273. MSG_ASKMASKLOAD (//)
  274. PowerCrawler: Load Mask
  275. ;
  276. MSG_ASKPRJSAVE (//)
  277. PowerCrawler: Save Project
  278. ;
  279. MSG_ASKLEVELSAVE (//)
  280. PowerCrawler: Save Map
  281. ;
  282. MSG_ASKPREFSLOAD (//)
  283. PowerCrawler: Load Settings
  284. ;
  285. MSG_ASKPREFSSAVE (//)
  286. PowerCrawler: Save Settings
  287. ;
  288. MSG_ASKFONTWB (//)
  289. Font WorkBench
  290. ;
  291. MSG_ASKFONTEDIT (//)
  292. Font Edit-Screen
  293. ;
  294. MSG_ASKFONTFIX (//)
  295. Font Edit-Screen Fix
  296. ;
  297. ;
  298. ;        **** WINDOWTITLES FOR MAIN WINDOW WHILE INACTIVE ****
  299. ;
  300. MSG_TITLELOAD (//)
  301. PowerCrawler: (Loading picture)
  302. ;
  303. MSG_TITLEEDIT (//)
  304. PowerCrawler: (Editing map)
  305. ;
  306. MSG_TITLEASKFILE (//)
  307. PowerCrawler: (Choosing file)
  308. ;
  309. MSG_TITLESETTINGS (//)
  310. PowerCrawler: (Doing Settings)
  311. ;
  312. MSG_TITLEASKMODE (//)
  313. PowerCrawler: (Choosing Screenmode)
  314. ;
  315. ;
  316. ;        **** GADGETS OF MAIN WINDOW ****
  317. ;
  318. GADS_1 (//)
  319. _Project
  320. ;
  321. GADS_2 (//)
  322. P_icture
  323. ;
  324. GADS_3 (//)
  325. _Map
  326. ;
  327. GADS_4 (//)
  328. Se_ttings
  329. ;
  330. GADS_5 (//)
  331. _New Project
  332. ;
  333. GADS_6 (//)
  334. _Save Project
  335. ;
  336. GADS_7 (//)
  337. _Edit Map
  338. ;
  339. GADS_8 (//)
  340. S_ave Map
  341. ;
  342. GADS_9 (//)
  343. Inf_ormation
  344. ;
  345. GADS_10 (//)
  346. _Quit!
  347. ;
  348. ;
  349. ;        **** MENU OF MAIN WINDOW ****
  350. ;
  351. MENU_PROJECT (//)
  352. Project
  353. ;
  354. ITEM_P_NEWPROJECT (//)
  355. New Project
  356. ;
  357. CMD_P_NEWPROJECT (//)
  358. N
  359. ;
  360. ITEM_P_LOAD (//)
  361. Load
  362. ;
  363. SITEM_P_L_PROJECT (//)
  364. Project ...
  365. ;
  366. CMD_P_L_PROJECT (//)
  367. O
  368. ;
  369. SITEM_P_L_PICTURE (//)
  370. Picture ...
  371. ;
  372. CMD_P_L_PICTURE (//)
  373. B
  374. ;
  375. SITEM_P_L_MAP (//)
  376. Map ...
  377. ;
  378. CMD_P_L_MAP (//)
  379. L
  380. ;
  381. ITEM_P_SAVE (//)
  382. Save
  383. ;
  384. SITEM_P_S_PROJECT (//)
  385. Project ...
  386. ;
  387. CMD_P_S_PROJECT (//)
  388. S
  389. ;
  390. SITEM_P_S_MAP (//)
  391. Map ...
  392. ;
  393. CMD_P_S_MAP (//)
  394. M
  395. ;
  396. ITEM_P_EDITMAP (//)
  397. Edit Map
  398. ;
  399. CMD_P_EDITMAP (//)
  400. E
  401. ;
  402. ITEM_P_INFO (//)
  403. Information
  404. ;
  405. CMD_P_INFO (//)
  406. I
  407. ;
  408. ITEM_P_ICONIFY (//)
  409. Iconify
  410. ;
  411. CMD_P_ICONIFY (//)
  412. Y
  413. ;
  414. ITEM_P_QUIT (//)
  415. Quit
  416. ;
  417. CMD_P_QUIT (//)
  418. Q
  419. ;
  420. MENU_MASK (//)
  421. Mask
  422. ;
  423. ITEM_M_CREATE (//)
  424. Create ...
  425. ;
  426. CMD_M_CREATE (//)
  427. C
  428. ;
  429. ITEM_M_INVERT (//)
  430. Invert
  431. ;
  432. CMD_M_INVERT (//)
  433. V
  434. ;
  435. ITEM_M_KILL (//)
  436. Kill
  437. ;
  438. CMD_M_KILL (//)
  439. K
  440. ;
  441. ITEM_M_SHOW (//)
  442. Show
  443. ;
  444. CMD_M_SHOW (//)
  445. \x00
  446. ;
  447. ITEM_M_LOAD (//)
  448. Load ...
  449. ;
  450. CMD_M_LOAD (//)
  451. \x00
  452. ;
  453. MENU_SETTINGS (//)
  454. Settings
  455. ;
  456. ITEM_S_MAPANDMODESET (//)
  457. Map/ScreenModes ...
  458. ;
  459. CMD_S_MAPANDMODESET (//)
  460. P
  461. ;
  462. ITEM_S_FONTWB (//)
  463. Font WB-Screen
  464. ;
  465. SITEM_S_FWB_STANDARD (//)
  466. Standard Screen-Font
  467. ;
  468. CMD_s_FWB_STANDARD (//)
  469. \x00
  470. ;
  471. SITEM_S_FWB_SELECT (//)
  472. Select ...
  473. ;
  474. CMD_S_FWB_SELECT (//)
  475. Z
  476. ;
  477. ITEM_S_FONTEDIT (//)
  478. Font Edit-Screen
  479. ;
  480. SITEM_S_FED_STANDARD (//)
  481. Standard Screen-Font
  482. ;
  483. CMD_S_FED_STANDARD (//)
  484. \x00
  485. ;
  486. SITEM_S_FED_SELECT (//)
  487. Select ...
  488. ;
  489. CMD_S_FED_SELECT (//)
  490. A
  491. ;
  492. ITEM_S_FONTFIX (//)
  493. Font Edit-Screen Fix
  494. ;
  495. SITEM_S_FIX_TOPAZ (//)
  496. Topaz 8
  497. ;
  498. CMD_S_FIX_TOPAZ (//)
  499. \x00
  500. ;
  501. SITEM_S_FIX_SELECT (//)
  502. Select ...
  503. ;
  504. CMD_S_FIX_SELECT (//)
  505. F
  506. ;
  507. ITEM_S_PICLOADER (//)
  508. Pic-Load-Routine
  509. ;
  510. SITEM_S_PLOAD_INTERN (//)
  511. Internal
  512. ;
  513. CMD_S_PLOAD_INTERN (//)
  514. \x00
  515. ;
  516. SITEM_S_PLOAD_IFF (//)
  517. Iff-Library
  518. ;
  519. CMD_S_PLOAD_IFF (//)
  520. \x00
  521. ;
  522. SITEM_S_PLOAD_DTYPE (//)
  523. Datatypes
  524. ;
  525. CMD_S_PLOAD_DTYPE (//)
  526. \x00
  527. ;
  528. ITEM_S_MASKROUTINE (//)
  529. Mask-Blit-Routine
  530. ;
  531. SITEM_S_MR_OS1 (//)
  532. OS Mode 1
  533. ;
  534. CMD_S_MR_OS1 (//)
  535. \x00
  536. ;
  537. SITEM_S_MR_OS2 (//)
  538. OS Mode 2
  539. ;
  540. CMD_S_MR_OS2 (//)
  541. \x00
  542. ;
  543. ITEM_S_AUTOPOINT (//)
  544. Autopoint
  545. ;
  546. SITEM_S_AP_MAP (//)
  547. Map Window
  548. ;
  549. CMD_S_AP_MAP (//)
  550. \x00
  551. ;
  552. SITEM_S_AP_TOOL (//)
  553. Tool Window
  554. ;
  555. CMD_S_AP_TOOL (//)
  556. \x00
  557. ;
  558. SITEM_S_AP_BRUSH (//)
  559. Brush Window
  560. ;
  561. CMD_S_AP_BRUSH (//)
  562. \x00
  563. ;
  564. ITEM_S_EDITCOL (//)
  565. Colors Edit-Screen
  566. ;
  567. SITEM_S_EC_EXTRAPLANE (//)
  568. Extra-Plane
  569. ;
  570. CMD_S_EC_EXTRAPLANE (//)
  571. X
  572. ;
  573. SITEM_S_EC_REMAP0 (//)
  574. Remap Color 0
  575. ;
  576. CMD_S_EC_REMAP0 (//)
  577. R
  578. ;
  579. SITEM_S_EC_CHANGE0 (//)
  580. Change Color 0
  581. ;
  582. CMD_S_EC_CHANGE0 (//)
  583. G
  584. ;
  585. ITEM_S_PREZOOM (//)
  586. Precalc Zoom
  587. ;
  588. CMD_S_PREZOOM (//)
  589. %
  590. ;
  591. ITEM_S_NOUNDO (//)
  592. No Undo-Buffer
  593. ;
  594. CMD_S_NOUNDO (//)
  595. U
  596. ;
  597. ITEM_S_PROJECTCHANGE (//)
  598. Project-Changing ...
  599. ;
  600. CMD_S_PROJECTCHANGE (//)
  601. W
  602. ;
  603. ITEM_S_TOOLTYPES (//)
  604. Tooltypes ...
  605. ;
  606. CMD_S_TOOLTYPES (//)
  607. !
  608. ;
  609. ITEM_S_LOADDEFAULT (//)
  610. Load default
  611. ;
  612. CMD_S_LOADDEFAULT (//)
  613. D
  614. ;
  615. ITEM_S_LOADSETTINGS (//)
  616. Load Settings ...
  617. ;
  618. CMD_S_LOADSETTINGS (//)
  619. T
  620. ;
  621. ITEM_S_SAVEDEFAULT (//)
  622. Save as default
  623. ;
  624. CMD_S_SAVEDEFAULT (//)
  625. \x00
  626. ;
  627. ITEM_S_SAVESETTINGS (//)
  628. Save Settings ...
  629. ;
  630. CMD_S_SAVESETTINGS (//)
  631. \x00
  632. ;
  633. MENU_CONFIRM (//)
  634. Confirm
  635. ;
  636. ITEM_C_QUIT (//)
  637. Quit Program
  638. ;
  639. CMD_C_QUIT (//)
  640. \x00
  641. ;
  642. ITEM_C_NEWPROJECT (//)
  643. New Project
  644. ;
  645. CMD_C_NEWPROJECT (//)
  646. \x00
  647. ;
  648. ITEM_C_LOADPIC (//)
  649. Load Picture (normal)
  650. ;
  651. CMD_C_LOADPIC (//)
  652. \x00
  653. ;
  654. ITEM_C_LOADPICPRJ (//)
  655. Load Picture (Project)
  656. ;
  657. CMD_C_LOADPICPRJ (//)
  658. \x00
  659. ;
  660. ITEM_C_REMAP0 (//)
  661. Remap Color 0
  662. ;
  663. CMD_C_REMAP0 (//)
  664. \x00
  665. ;
  666. ITEM_C_CHANGEPICMODE (//)
  667. Change Pic-Mode
  668. ;
  669. CMD_C_CHANGEPICMODE (//)
  670. \x00
  671. ;
  672. ITEM_C_CHANGEMAPSETTINGS (//)
  673. Change Map-Settings
  674. ;
  675. CMD_C_CHANGEMAPSETTINGS (//)
  676. \x00
  677. ;
  678. ITEM_C_KILLMASK (//)
  679. Kill Mask
  680. ;
  681. CMD_C_KILLMASK (//)
  682. \x00
  683. ;
  684. ITEM_C_KILLFLIP (//)
  685. Kill Flip-Table
  686. ;
  687. CMD_C_KILLFLIP (//)
  688. \x00
  689. ;
  690. ITEM_C_OVERWRITE (//)
  691. Overwrite Files
  692. ;
  693. CMD_C_OVERWRITE (//)
  694. \x00
  695. ;
  696. MENU_LOADER (//)
  697. Loader
  698. ;
  699. ITEM_L_INTERN (//)
  700. Internal
  701. ;
  702. CMD_L_INTERN (//)
  703. \x00
  704. ;
  705. MENU_SAVER (//)
  706. Saver
  707. ;
  708. ITEM_V_INTERN (//)
  709. Internal
  710. ;
  711. CMD_V_INTERN (//)
  712. \x00                                
  713. ;
  714. ;
  715. ;        **** MAP/SCREENMODE SETTINGS WINDOW ****
  716. ;
  717. MSG_TITLE2 (//)
  718. PowerCrawler: Settings
  719. ;
  720. GADS_11 (//)
  721. _Block-Size X - Y
  722. ;
  723. GADS_12 (//)
  724. Map-_Width
  725. ;
  726. GADS_13 (//)
  727. Map-_Height
  728. ;
  729. GADS_14 (//)
  730. _Layers
  731. ;
  732. GADS_15 (//)
  733. _Mem-Type
  734. ;
  735. GADS_16 (//)
  736. _Picture
  737. ;
  738. GADS_17 (//)
  739. _Edit
  740. ;
  741. GADS_18 (//)
  742. Screenmode
  743. ;
  744. GADS_19 (//)
  745. _Transparent
  746. ;
  747. GADS_20 (//)
  748. Block 0
  749. ;
  750. GADS_21 (//)
  751. Block -1
  752. ;
  753. GADS_22 (//)
  754. _Confirm
  755. ;
  756. GADS_23 (//)
  757. _Abort
  758. ;
  759. GADS_24 (//)
  760. <
  761. ;
  762. GADS_25 (//)
  763. <
  764. ;
  765. MSG_NOMODETXT (//)
  766. <not selected>
  767. ;
  768. ;
  769. ;        **** PROJECT WINDOW ****
  770. ;
  771. PRJWINTITLE (//)
  772. PowerCrawler: Save Project
  773. ;
  774. PRJWINTITLE2 (//)
  775. PowerCrawler: Load Project
  776. ;
  777. PRJCHANGETITLE (//)
  778. Project-Changing: Save what?
  779. ;
  780. PRJGADS_1 (//)
  781. _Map
  782. ;
  783. PRJGADS_2 (//)
  784. _Brushs
  785. ;
  786. PRJGADS_3 (//)
  787. _Settings
  788. ;
  789. PRJGADS_4 (//)
  790. _Filenames
  791. ;
  792. PRJGADS_5 (//)
  793. Flip-_Table
  794. ;
  795. PRJGADS_6 (//)
  796. Mas_k
  797. ;
  798. PRJGADS_7 (//)
  799. _Confirm
  800. ;
  801. PRJGADS_8 (//)
  802. _Abort
  803. ;
  804. ;
  805. ;        **** CREATE MASK WINDOW ****
  806. ;
  807. MSG_MASKTITLE (//)
  808. PowerCrawler: Transparent Color ...
  809. ;
  810. ;
  811. ;        **** FUNCTION NOT AVAILABLE REQUESTER ****
  812. ;
  813. MSG_REGISTER (//)
  814. This function is not available\n\
  815. in the unregistered Version of\n\
  816. PowerCrawler!!! What about re-\n
  817. ;
  818. MSG_REGISTER2 (//)
  819. gistering to the Shareware\n\
  820. Version!?\n\
  821. \n\
  822. Read the file »Register.readme«\n\
  823. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  824. ;
  825. MSG_REGISTERASK (//)
  826. I will _register!|_Forget it!
  827. ;
  828. ;
  829. ;        **** NERVE REQUESTER ****
  830. ;
  831. MSG_NERVETITLE (//)
  832. PowerCrawler: Still unregistered?!
  833. ;
  834. MSG_NERVEMSG (//)
  835. Enter this to continue:
  836. ;
  837. ;
  838. ;
  839. ;        **** EDIT SCREEN ****
  840. ;
  841. ;
  842. MSG_SCREENTITLE (//)
  843. PowerCrawler 1.10 by Steger Georg!
  844. ;
  845. MSG_EDIT1TITLE (//)
  846. Map
  847. ;
  848. MSG_FLIPPINGXTITLE (//)
  849. Flip X: RMB to abort!
  850. ;
  851. MSG_FLIPPINGYTITLE (//)
  852. Flio Y: RMB to abort!
  853. ;
  854. MSG_EDIT2TITLE (//)
  855. Tools
  856. ;
  857. ;
  858. ;        **** SHORTCUTS ****
  859. ;    Freehand, Line, Rectangle, Filled Rectangle, AirBrush, Fill,
  860. ;    Brush Cut, Clear, Undo, Layer 1 .. Layer 10, Zoom Plus, Zoom Minus,
  861. ;    Brush -, Brush +, Block -, Block +
  862. KEYS_EDIT1 (//)
  863. dvrRafbKu1234567890+-/*[]
  864. ;
  865. ;
  866. ;        **** SPECIAL WINDOW ****
  867. ;
  868. MSG_E3GADS1 (//)
  869. ?
  870. ;
  871. MSG_E3GADS2 (//)
  872. Special-Operations
  873. ;
  874. MSG_E3GADS2S (//)
  875. *
  876. ;
  877. MSG_BRUSHNONAME (//)
  878. <noname>
  879. ;
  880. MSG_BRUSHNOBRUSH (//)
  881. ----------------
  882. ;
  883. ;
  884. ;        **** BRUSH WINDOW ****
  885. ;
  886. MSG_BRUSHTITLE (//)
  887. Brush
  888. ;
  889. BRUSHGADS_1 (//)
  890. _New
  891. ;
  892. BRUSHGADS_2 (//)
  893. _Kill
  894. ;
  895. BRUSHGADS_3 (//)
  896. _Sort
  897. ;
  898. BRUSHGADS_4 (//)
  899. _Info
  900. ;
  901. BRUSH2GADS_1 (//)
  902. _New
  903. ;
  904. BRUSH2GADS_2 (//)
  905. _Kill
  906. ;
  907. BRUSH2GADS_3 (//)
  908. _Sort
  909. ;
  910. BRUSH2GADS_4 (//)
  911. _Info
  912. ;
  913. ;
  914. ;        **** EDIT MENUS ****
  915. ;
  916. EMENU_PROJECT (//)
  917. Project
  918. ;
  919. EITEM_P_EXIT (//)
  920. Exit
  921. ;
  922. ECMD_P_EXIT (//)
  923. Q
  924. ;
  925. ;
  926. ;        ** The Brush Menu's Shortcuts are simple ones (no AMIGA-Key)
  927. ;        ** so they must be different from the ones in KEYS_EDIT1 !!!!!!!
  928. ;        ** They are also CASE SENSITIVE and so should be lowercase!
  929. ;
  930. EMENU_BRUSH (//)
  931. Brush
  932. ;
  933. EITEM_B_FLIPX (//)
  934. Flip X
  935. ;
  936. ECMD_B_FLIPX (//)
  937. x
  938. ;
  939. EITEM_B_FLIPY (//)
  940. Flip Y
  941. ;
  942. ECMD_B_FLIPY (//)
  943. y
  944. ;
  945. EITEM_B_KILL (//)
  946. Kill
  947. ;
  948. ECMD_B_KILL (//)
  949. z
  950. ;
  951. ;
  952. ;        **** SPECIAL OPERATIONS MENU ****
  953. ;
  954. EMENU_SPECIAL (//)
  955. Special Operations
  956. ;
  957. EITEM_S_COPYBLOCK (//)
  958. Block -> Block
  959. ;
  960. ECMD_S_COPYBLOCK (//)
  961. C
  962. ;
  963. EITEM_S_SWAPBLOCK (//)
  964. Block <-> Block
  965. ;
  966. ECMD_S_SWAPBLOCK (//)
  967. A
  968. ;
  969. EITEM_S_COPYLAYER (//)
  970. Layer -> Layer
  971. ;
  972. ECMD_S_COPYLAYER (//)
  973. L
  974. ;
  975. EITEM_S_SWAPLAYER (//)
  976. Layer <-> Layer
  977. ;
  978. ECMD_S_SWAPLAYER (//)
  979. S
  980. ;
  981. EITEM_S_FLIPX (//)
  982. Flip X
  983. ;
  984. ECMD_S_FLIPX (//)
  985. X
  986. ;
  987. EITEM_S_FLIPY (//)
  988. Flip Y
  989. ;
  990. ECMD_S_FLIPY (//)
  991. Y
  992. ;
  993. EITEM_S_MAPPREVIEW (//)
  994. Create Map-Preview
  995. ;
  996. ECMD_S_MAPPREVIEW (//)
  997. P
  998. ;
  999. EITEM_S_FLIPTABLE (//)
  1000. Flip-Table ...
  1001. ;
  1002. ECMD_S_FLIPTABLE (//)
  1003. F
  1004. ;
  1005. EMENU_SETTINGS (//)
  1006. Settings
  1007. ;
  1008. EITEM_T_BACKDROP (//)
  1009. Backdrop
  1010. ;
  1011. ECMD_T_BACKDROP (//)
  1012. D
  1013. ;
  1014. EITEM_T_TOOLBOX (//)
  1015. Toolbox
  1016. ;
  1017. ECMD_T_TOOLBOX (//)
  1018. .
  1019. ;
  1020. EITEM_T_SPECIALBEHIND (//)
  1021. Hide Special Window
  1022. ;
  1023. ECMD_T_SPECIALBEHIND (//)
  1024. ,
  1025. ;
  1026. EITEM_T_TRANSPBRUSH (//)
  1027. Transparent Brush
  1028. ;
  1029. ECMD_T_TRANSPBRUSH (//)
  1030. T
  1031. ;
  1032. EITEM_T_FLIPTABLE (//)
  1033. Use Flip-Table
  1034. ;
  1035. ECMD_T_FLIPTABLE (//)
  1036. B
  1037. ;
  1038. EITEM_T_SUPERCURSOR (//)
  1039. Super-Cursor
  1040. ;
  1041. ESITEM_T_SC_NEVER (//)
  1042. Never
  1043. ;
  1044. ECMD_T_SC_NEVER (//)
  1045. *
  1046. ;
  1047. ESITEM_T_SC_STANDARD (//)
  1048. Standard delay
  1049. ;
  1050. ECMD_T_SC_STANDARD (//)
  1051. -
  1052. ;
  1053. ESITEM_T_SC_ALWAYS (//)
  1054. Always
  1055. ;
  1056. ECMD_T_SC_ALWAYS (//)
  1057. +
  1058. ;
  1059. ;
  1060. ;        **** CLEAR WINDOW ****
  1061. ;
  1062. MSG_DELTITLE (//)
  1063. Clear
  1064. ;
  1065. DELGADS_1 (//)
  1066. _Range
  1067. ;
  1068. DELGADS_2 (//)
  1069. All
  1070. ;
  1071. DELGADS_3 (//)
  1072. View
  1073. ;
  1074. DELGADS_4 (//)
  1075. _Layers
  1076. ;
  1077. DELGADS_5 (//)
  1078. All
  1079. ;
  1080. DELGADS_6 (//)
  1081. Actual
  1082. ;
  1083. DELGADS_7 (//)
  1084. _Clear
  1085. ;
  1086. DELGADS_8 (//)
  1087. _Fill
  1088. ;
  1089. DELGADS_9 (//)
  1090. _Abort
  1091. ;
  1092. ;
  1093. ;        **** AIRBRUSH SETTINGS WINDOW ****
  1094. ;
  1095. MSG_AIRTITLE (//)
  1096. Airbrush
  1097. ;
  1098. AIRGADS_1 (//)
  1099. Circle
  1100. ;
  1101. AIRGADS_2 (//)
  1102. Rectangle
  1103. ;
  1104. AIRGADS_3 (//)
  1105. _Type
  1106. ;
  1107. AIRGADS_4 (//)
  1108. _Size
  1109. ;
  1110. AIRGADS_5 (//)
  1111. _Pause
  1112. ;
  1113. AIRGADS_6 (//)
  1114. _Movement
  1115. ;
  1116. ;
  1117. ;        **** LINE SETTINGS WINDOW ****
  1118. ;
  1119. MSG_LINETITLE (//)
  1120. Line
  1121. ;
  1122. LINEGADS_1 (//)
  1123. _Type
  1124. ;
  1125. LINEGADS_2 (//)
  1126. Normal (Pattern)
  1127. ;
  1128. LINEGADS_3 (//)
  1129. 1 Point/Column
  1130. ;
  1131. LINEGADS_4 (//)
  1132. 1 Point/Line
  1133. ;
  1134. ;
  1135. ;        **** FILL SETTINGS WINDOW ****
  1136. ;
  1137. MSG_FILLTITLE (//)
  1138. Fill
  1139. ;
  1140. FILLGADS_1 (//)
  1141. _Type
  1142. ;
  1143. FILLGADS_2 (//)
  1144. Normal
  1145. ;
  1146. FILLGADS_3 (//)
  1147. Horizontal
  1148. ;
  1149. FILLGADS_4 (//)
  1150. Vertical
  1151. ;
  1152. FILLGADS_5 (//)
  1153. _Reference-Point ...
  1154. ;
  1155. FILLSETREL_TITLE (//)
  1156. Reference-Point: RMB = Abort!
  1157. ;
  1158. ;
  1159. ;        **** ZOOM SETTINGS WINDOW ****
  1160. ;
  1161. MSG_ZOOMTITLE (//)
  1162. Zoom
  1163. ;
  1164. ZOOMGADS_1 (//)
  1165. Zoom (in Percent)
  1166. ;
  1167. ZOOMGADS_2 (//)
  1168. _A
  1169. ;
  1170. ZOOMGADS_3 (//)
  1171. _B
  1172. ;
  1173. ZOOMGADS_4 (//)
  1174. Zoom (in Pixel)
  1175. ;
  1176. ZOOMGADS_5 (//)
  1177. _X
  1178. ;
  1179. ZOOMGADS_6 (//)
  1180. _Y
  1181. ;
  1182. ;
  1183. ;        **** BLOCK/LAYER REPLACE/SWAP WINDOW ****
  1184. ;
  1185. MSG_OPTITLE_REPLBLOCK (//)
  1186. Replace Block
  1187. ;
  1188. MSG_OPTITLE_SWAPBLOCK (//)
  1189. Swap Block
  1190. ;
  1191. MSG_OPTITLE_REPLLAYER (//)
  1192. Replace Layer
  1193. ;
  1194. MSG_OPTITLE_SWAPLAYER (//)
  1195. Swap Layer
  1196. ;
  1197. OPGADS_1 (//)
  1198. _Range
  1199. ;
  1200. OPGADS_2 (//)
  1201. All
  1202. ;
  1203. OPGADS_3 (//)
  1204. View
  1205. ;
  1206. OPGADS_4 (//)
  1207. _Layers
  1208. ;
  1209. OPGADS_5 (//)
  1210. All
  1211. ;
  1212. OPGADS_6 (//)
  1213. Actual
  1214. ;
  1215. OPGADS_7 (//)
  1216. _Calculate
  1217. ;
  1218. OPGADS_8 (//)
  1219. _Exit!
  1220. ;
  1221. OPGADS_POPBLOCK (//)
  1222. ?
  1223. ;
  1224. ;
  1225. ;        **** BRUSH INFORMATION WINDOW ****
  1226. ;
  1227. MSG_BRUSHINFOTITLE (//)
  1228. Brush-Information
  1229. ;
  1230. MSG_EnterBrName (//)
  1231. Enter a name for the Brush!
  1232. ;
  1233. BIGADS_1 (//)
  1234. _<--
  1235. ;
  1236. BIGADS_2 (//)
  1237. --_>
  1238. ;
  1239. MSG_NAME (//)
  1240. Name
  1241. ;
  1242. MSG_WIDTH (//)
  1243. Width
  1244. ;
  1245. MSG_HEIGHT (//)
  1246. Height
  1247. ;
  1248. MSG_LAYERS (//)
  1249. Layers
  1250. ;
  1251. MSG_MEMTYPE (//)
  1252. Mem-Type
  1253. ;
  1254. MSG_MEMORY (//)
  1255. Memory
  1256. ;
  1257. MSG_BYTE (//)
  1258. BYTE
  1259. ;
  1260. MSG_WORD (//)
  1261. WORD
  1262. ;
  1263. ;
  1264. ;        **** FLIPTABLE CONTROL WINDOW ****
  1265. ;
  1266. MSG_FLIPTITLE (//)
  1267. Flip-Table
  1268. ;
  1269. FLIPGADS_1 (//)
  1270. _Create new
  1271. ;
  1272. FLIPGADS_2 (//)
  1273. _Kill
  1274. ;
  1275. FLIPGADS_3 (//)
  1276. _Edit
  1277. ;
  1278. RFLIPGADS_1 (//)
  1279. AB=BA
  1280. ;
  1281. MSG_NEWFLIP (//)
  1282. There's already a Flip-Table\n\
  1283. in memory!\n
  1284. ;
  1285. MSG_ASKNEWFLIP (//)
  1286. _Convert!|Create _new!|_Abort!
  1287. ;
  1288. MSG_ASKFLIPKILL (//)
  1289. Are you sure you want\n\
  1290. to kill the Flip-Table?\n
  1291. ;
  1292. ;
  1293. ;        **** MAP-PREVIEW CREATION WINDOW ****
  1294. ;
  1295. MAPTITLE (//)
  1296. Map-Preview
  1297. ;
  1298. MSG_MAPSCREENTITLE (//)
  1299. PowerCrawler: Map-Preview
  1300. ;
  1301. MSG_MAPNEWRANGETITLE (//)
  1302. Select Range: RMB to abort!
  1303. ;
  1304. MSG_MAPWAITTITLE (//)
  1305. PowerCrawler: Creating Preview:
  1306. ;
  1307. MAPGADS_1 (//)
  1308. _Blocksize X - Y
  1309. ;
  1310. MAPGADS_2 (//)
  1311. Screensize
  1312. ;
  1313. MAPGADS_3 (//)
  1314. _Range
  1315. ;
  1316. MAPGADS_4 (//)
  1317. _Create
  1318. ;
  1319. MAPGADS_5 (//)
  1320. _Abort
  1321. ;
  1322. MSG_MAPASKSAVE (//)
  1323. PowerCrawler: Save Preview
  1324. ;
  1325. MSG_SAVINGMAP (//)
  1326. Saving Preview!
  1327. ;
  1328. ;
  1329. ;        **** MENUS ON MAP-PREVIEW SCREEN ****
  1330. ;
  1331. MMENU_PROJECT (//)
  1332. Project
  1333. ;
  1334. MITEM_REDRAW (//)
  1335. Redraw
  1336. ;
  1337. MCMD_REDRAW (//)
  1338. D
  1339. ;
  1340. MITEM_SAVEPREVIEW (//)
  1341. Save Preview
  1342. ;
  1343. MCMD_SAVEPREVIEW (//)
  1344. S
  1345. ;
  1346. MITEM_QUIT (//)
  1347. Quit
  1348. ;
  1349. MCMD_QUIT (//)
  1350. Q
  1351. ;
  1352. ;        **** EXTERNAL ROUTINES ****
  1353. ;
  1354. XIO_ERROR (//)
  1355. External Routine Error:\n\
  1356. \n\
  1357. Operation failed!\n
  1358. ;
  1359. XIO_READERROR (//)
  1360. External Routine Error:\n\
  1361. \n\
  1362. Could not read file!\n
  1363. ;
  1364. XIO_WRITEERROR (//)
  1365. External Routine Error:\n\
  1366. \n\
  1367. Could not write file!\n
  1368. ;
  1369. XIO_DOSERROR (//)
  1370. External Routine Error:\n\
  1371. \n\
  1372. DOS has returned an error!\n
  1373. ;
  1374. XIO_NOMEMORY (//)
  1375. External Routine Error:\n\
  1376. \n\
  1377. Out of memory!\n
  1378. ;
  1379. XIO_WRONGFORMAT (//)
  1380. External Routine Error:\n\
  1381. \n\
  1382. Wrong format!\n
  1383. ;
  1384. XIO_NOMAPBUFFER (//)
  1385. External Routine Error:\n\
  1386. \n\
  1387. There doesn't seem to be\n\
  1388. any Map-Buffer!\n
  1389. ;
  1390. ;
  1391. ;        **** MISC STUFF  MISC STUFF ****
  1392. ;
  1393. MSG_SURETOQUIT (//)
  1394. Are you sure you want\n\
  1395. to quit PowerCrawler?\n
  1396. ;
  1397. MSG_SURENEW (//)
  1398. All Data will be removed from\n\
  1399. memory (Blocks-Picture, Map-\n\
  1400. Buffer, Brushs, Mask, ...)!!\n\
  1401. Are you sure?\n
  1402. ;
  1403. MSG_WANTPICTOLOAD (//)
  1404. I am going to load:\n\
  1405. %s\n
  1406. ;
  1407. MSG_YESNO (//)
  1408. _Yes!!|_No!!
  1409. ;
  1410. MSG_CONFIRMCANCEL (//)
  1411. _Confirm|_Abort
  1412. ;
  1413. MSG_ENDPROGRAM (//)
  1414. _Quit program!
  1415. ;
  1416. MSG_NORMREQ (//)
  1417. _Continue...
  1418. ;
  1419. MSG_REQTITLE (//)
  1420. PowerCrawler: Message
  1421. ;
  1422. MSG_PICFORMAT (//)
  1423. Picture Format:\n\
  1424. \n
  1425. ;
  1426. MSG_WEUSETOPAZ (//)
  1427. The Standard Screen-Font is\n\
  1428. too big. Topaz.font 8 will\n\
  1429. be used instead!\n
  1430. ;
  1431. MSG_ABOUT (//)
  1432. -> PowerCrawler 1.10 by Steger Georg <-\n\
  1433. \n\
  1434. MEMORY USAGE:\n\
  1435. \n
  1436. ;
  1437. MSG_ABOUT2 (//)
  1438. Map Buffer    : %lD\n\
  1439. Brushes       : %lD\n\
  1440. Flip-Table    : %lD\n\
  1441. Temp Projects : %lD\n\
  1442. \n\
  1443. Total         : %lD\n
  1444. ;
  1445. MSG_ABOUT3 (//)
  1446. \n\
  1447. Picture       : %lD x %lD x %lD\n\
  1448. Mask          : %lD x %lD x %lD\n
  1449. ;
  1450. MSG_ABOUT4 (//)
  1451. \n\
  1452. AVAILABLE MEMORY:\n\
  1453. \n\
  1454. Chip: %lD  Fast: %lD  Total: %lD\n
  1455. ;
  1456. MSG_MODETITLE (//)
  1457. PowerCrawler: Select Screenmode!
  1458. ;
  1459. MSG_ASKCHANGEMODE (//)
  1460. Do you want the Screenmode of the\n\
  1461. actual Blocks-Picture to be changed?\n
  1462. ;
  1463. MSG_LEVELHEREREQ (//)
  1464. There's already a Map-Buffer in\n\
  1465. memory. What shall I do?\n
  1466. ;
  1467. MSG_LEVELHEREREQA (//)
  1468. _Convert!|Create _new!|_Abort
  1469. ;
  1470. MSG_COMPRESSED (//)
  1471. (COMPRESSED)
  1472. ;
  1473. MSG_COMPRESSED_NU (//)
  1474. (UNKNOWN COMPRESSION!!)
  1475. ;
  1476. MSG_MASK1 (//)
  1477. (MASK[1])
  1478. ;
  1479. MSG_MASK2 (//)
  1480. (MASK[2])
  1481. ;
  1482. MSG_MASKNU (//)
  1483. (MASK[UNKNOWN])
  1484. ;
  1485. MSG_FORGET (//)
  1486. _Forget it...
  1487. ;
  1488. MSG_LOADPIC (//)
  1489. _Load Picture!|
  1490. ;
  1491. MSG_CONVERTING (//)
  1492. PowerCrawler: Converting!
  1493. ;
  1494. MSG_PLEASEWAIT (//)
  1495. PowerCrawler: Please wait!
  1496. ;
  1497. MSG_REMAPPING (//)
  1498. PowerCrawler: Remapping Color 0!
  1499. ;
  1500. MSG_CREATINGMASK (//)
  1501. PowerCrawler: Creating Mask!
  1502. ;
  1503. MSG_ASKREMAP (//)
  1504. Shall I remap Color 0\n\
  1505. of the actual Picture?\n
  1506. ;
  1507. MSG_ASKDELMASK (//)
  1508. Are you sure you want to\n\
  1509. kill the Mask?\n
  1510. ;
  1511. MSG_ERROR (//)
  1512. Error\n
  1513. ;
  1514. MSG_BADSIZE (//)
  1515. The Mask's size is different\n\
  1516. from the Picture's one!\n
  1517. ;
  1518. MSG_ASKBADSIZE (//)
  1519. _Never mind!|_Abort!!!
  1520. ;
  1521. MSG_OVERWRITE (//)
  1522. "%s" already exists!\n\
  1523. Do you want to overwrite it?\n
  1524. ;
  1525. MSG_PRECALCINGTITLE (//)
  1526. PowerCrawler: Zoom Pre-Calc!
  1527. ;
  1528. ERR_REDOMAPWINDOW (//)
  1529. Can't reopen Map-Window!\n\
  1530. Probably you are out of\n\
  1531. memory. Free some memory\n\
  1532. and retry!\n
  1533. ;
  1534. ERR_ASKREDOMAPWINDOW (//)
  1535. _Retry!|_Quit Program!
  1536. ;
  1537. MSG_ASKNOTIFFDTYPE (//)
  1538. Try with _Datatypes!|_Abort!
  1539. ;
  1540.